home *** CD-ROM | disk | FTP | other *** search
- /*
- options.h
-
- Global options.
-
- Copyright (c) 2000 Dug Song <dugsong@monkey.org>
-
- $Id: options.h,v 1.2 2000/05/19 05:05:55 dugsong Exp $
- */
-
- #ifndef OPTIONS_H
- #define OPTIONS_H
-
- extern u_short Opt_dns;
- extern int Opt_read;
- extern int Opt_write;
- extern int Opt_snaplen;
- extern int Opt_lines;
- extern int Opt_debug;
-
- #endif /* OPTIONS_H */
-
-